home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / prog / strpp212.zip / README < prev    next >
Text File  |  1993-02-17  |  2KB  |  54 lines

  1.  
  2.                         String++ Version 2.12
  3.  
  4.                   Copyright (c)1992 by Carl Moreland
  5.                                02/16/93
  6.  
  7. -----------------------------------------------------------------------
  8.     String++ is a string class for Borland C++ or TurboC++. The distri-
  9. buted files are:
  10.  
  11.     str.h        header file for String++
  12.     str.cpp        source code for String++
  13.     str.lib        library of all string functions (large model)
  14.     str.doc        documentation file
  15.     str.his        revision history
  16.     demo.cpp    demo of string methods
  17.     readme        this file
  18.  
  19. A demonstration of most of the string methods is contained in demo.cpp. 
  20. To run the demo, simply compile and link it with str.lib.
  21.  
  22. -----------------------------------------------------------------------
  23. This software may be distributed and used according to the following
  24. rules:
  25.  
  26. - You may modify this software in any way you see fit and use it for
  27.   any purpose you wish, including use in software that is sold for pro-
  28.   fit. You may NOT include any source code of this software with any
  29.   program that is sold for any fee.
  30.  
  31. - All distributed copies of this software MUST be original and unmodi-
  32.   fied and include all files listed above.
  33.  
  34. - You may NOT charge any fee for this software, without written permis-
  35.   sion from the author, except for the case of electronic bulletin
  36.   boards which normally charge for connect time and for software dis-
  37.   tributers which charge a nominal media and handling fee.
  38.  
  39. - The author retains all rights to the source code and to the name
  40.   "String++".
  41.  
  42. If you find String++ useful, a $10 contribution would be greatly appre-
  43. ciated. Comments, suggestions, and bug reports are also welcomed. Send 
  44. them to:
  45.  
  46.     Carl Moreland
  47.     4314 Filmore Rd
  48.     Greensboro, NC 27409
  49.  
  50.     Internet: carl.moreland@analog.com
  51.     CompuServe: (72137,2657)
  52.  
  53. -----------------------------------------------------------------------
  54.